|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgametheory.GameMinimizationPrivateInformation
public class GameMinimizationPrivateInformation
Private information version of discrete game used to find starting values in the complete information game.
Constructor Summary | |
---|---|
GameMinimizationPrivateInformation(java.util.ArrayList<Game> gameList)
Creates a new instance of GameMinimizationPrivateInformation |
Method Summary | |
---|---|
double[] |
execute()
Compute solution to private information game using Newton-based methods. |
double |
f_to_minimize(double[] x)
Objective function in private information case. |
void |
gradient(double[] x,
double[] g)
User-supplied gradient, not used. |
void |
hessian(double[] x,
double[][] h)
User-supplied Hessian, not used. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GameMinimizationPrivateInformation(java.util.ArrayList<Game> gameList)
gameList
- List of Games (observations).Method Detail |
---|
public double[] execute()
public double f_to_minimize(double[] x)
f_to_minimize
in interface Uncmin_methods
x
- Vector of parameters.
public void gradient(double[] x, double[] g)
gradient
in interface Uncmin_methods
x
- Parameters.g
- Gradient.public void hessian(double[] x, double[][] h)
hessian
in interface Uncmin_methods
x
- Parameters.h
- Hessian.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |